auto merge of #944 : alexcrichton/cargo/test-some-packages, r=brson
authorbors <bors@rust-lang.org>
Tue, 25 Nov 2014 00:00:54 +0000 (00:00 +0000)
committerbors <bors@rust-lang.org>
Tue, 25 Nov 2014 00:00:54 +0000 (00:00 +0000)
commit65bdc5755c3e1b1a647f8cd817bdb0e5f18965af
tree52d4b07528c0d8b07284003e24a7e5dcaf6e703d
parentef1faa5533e529fcf30b009396f8701a0ab7f3bc
parent6e81812eaa54ce7637f45025e5583cbc3f7f5aec
auto merge of #944 : alexcrichton/cargo/test-some-packages, r=brson

The `target` directory was erroneously being used from the crate root rather
than the root of the package directory itself, leading to packages not actually
testing what's precisely being published.
src/cargo/ops/cargo_package.rs
src/cargo/ops/cargo_rustc/mod.rs
tests/test_cargo_package.rs